body {
	font-family: georgia, "Times New Roman", times, serif;
	background-color: #fff;
}

table {
	font-family: georgia, "Times New Roman", times, serif;
}

em { font-style: italic; font-weight: bold }
i  { font-style: italic; }
i.foreign { font-style: italic; color: #900 }
i.title { font-style: italic; color: #009; font-weight: bold }
i.thought { font-style: italic; color: #090 }

h1, h2, h3, h4, h5, h6  { font-weight: bold }
h1 { font-size: 200% }
h2 { font-size: 150% }
h3 { font-size: 135% }
h4 { font-size: 120% }
h5 { font-size: 100% }
h6 { font-size: 80% }

.hugetext {
	font-size: 300%;
	font-weight: bold
}

.title1 {
	font-size: 200%;
	font-weight: bold
}
.title2 {
	font-size: 150%;
	font-weight: bold
}
.title3 {
	font-size: 135%;
	font-weight: bold
}
.title4 {
	font-size: 120%;
	font-weight: bold
}

.size6 { font-size: 200% }
.size5 { font-size: 150% }
.size4 { font-size: 120% }
.size3 { font-size: 100% }
.size2 { font-size: 80% }
.size1 { font-size: 60% }
.size+1 { font-size: 120% }
.size+2 { font-size: 150% }
.size+3 { font-size: 200% }
.size-1 { font-size: 80% }
.size-2 { font-size: 60% }

dt {
	font-size: 120%;
	font-weight: bold
}

b, strong { font-weight: bold }

a {
	font-weight: bold;
	text-decoration: none
}

/* I think a more subdued palette for the links looks better on white */

a:link { color: #c60 }
a:visited { color: #090 }
a:hover {
	background-color: #0ff;
	color: #000
}
a:active {
	background-color: #0ff;
	color: #f09
}


.smallbold {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold
}
.fixedfont {
	font-family: fixedsys;
	font-weight: normal
}
.arial {
	font-family: arial, verdana, helvetica, sans-serif
}
.georgia {
	font-family: georgia, serif
}
.times {
	font-family: "times new roman", times, serif
}

.realparagraphs p {
	margin: 0px;
	text-indent: 50px
}
p.first {
	margin: 0px;
	text-indent: 0px
}

.maintitle {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold
}

/* horizontal rules */

hr { height: 5; color: #000; margin 10px 0px; width: full }

/* colors */

.black  { color: #000 }
.white  { color: #fff }
.grey   { color: #999 }
.red    { color: #f00 }
.blue   { color: #00f }
.orange { color: #f90 }
.brick  { color: #900 }
.lime   { color: #0f0 }
.green  { color: #090 }
.violet { color: #f0f }
.azure  { color: #ff0 }
.yellow { color: #0ff }
.pink   { color: #f09 }
.dpink  { color: #f06 }

/* stripes */

hr.blackstripe  { color: #000; margin: 0px }
hr.whitestripe  { color: #fff; margin: 0px }
hr.greystripe   { color: #999; margin: 0px }
hr.redstripe    { color: #f00; margin: 0px }
hr.bluestripe   { color: #00f; margin: 0px }
hr.orangestripe { color: #f90; margin: 0px }
hr.brickstripe  { color: #900; margin: 0px }
hr.limestripe   { color: #0f0; margin: 0px }
hr.greenstripe  { color: #090; margin: 0px }
hr.violetstripe { color: #f0f; margin: 0px }
hr.azurestripe  { color: #ff0; margin: 0px }
hr.yellowstripe { color: #0ff; margin: 0px }
hr.pinkstripe   { color: #f09; margin: 0px }
hr.dpinkstripe  { color: #f06; margin: 0px }

/* strips */

div.blackstrip  { background-color: #000; margin: 0px }
div.whitestrip  { background-color: #fff; margin: 0px }
div.greystrip   { background-color: #999; margin: 0px }
div.redstrip    { background-color: #f00; margin: 0px }
div.bluestrip   { background-color: #00f; margin: 0px }
div.orangestrip { background-color: #f90; margin: 0px }
div.brickstrip  { background-color: #900; margin: 0px }
div.limestrip   { background-color: #0f0; margin: 0px }
div.greenstrip  { background-color: #090; margin: 0px }
div.violetstrip { background-color: #f0f; margin: 0px }
div.azurestrip  { background-color: #ff0; margin: 0px }
div.yellowstrip { background-color: #0ff; margin: 0px }
div.pinkstrip   { background-color: #f09; margin: 0px }
div.dpinkstrip  { background-color: #f06; margin: 0px }


/* special colors for SMAD */

b.kimberly        { color: #393 }
hr.kimberly       { color: #393 }
hr.kimberlystripe { color: #393; margin: 0px }
div.kimberlystrip { background-color: #393; margin: 0px }

b.nancy        { color: #90f }
hr.nancy       { color: #90f }
hr.nancystripe { color: #90f; margin: 0px }
div.nancystrip { background-color: #90f; margin: 0px }

b.iturbe        { color: #9b3 }
hr.iturbe       { color: #9b3 }
hr.iturbestripe { color: #9b3; margin: 0px }
div.iturbestrip { background-color: #9b3; margin: 0px }
